/* All <ul> tags in the menu including the first level */
.menulist2, .menulist2 ul {
 margin: 0;
 padding: 0;
 width: 194px;
 list-style: none;

}

/*
 Submenus (<ul> tags) are hidden and absolutely positioned across from their parent.
 They don't *have* to touch their parent menus, but is' a good idea as CSS-only fallback
 mode requires menus to touch/overlap (when JS is disabled in the browser).
*/
.menulist2 ul {
 display: none;
 position: absolute;
 top: 0px;
 left: 168px;
 width: 215px;
 border-top: 1px solid #1568ac;
 
}

.menulist2 ul li a{background-color: #1568ac; color: #fff; border-left: 5px solid red; border-right: 1px solid #1568ac;}

.menulist2 ul li a:hover {background-color: #fff; color: #1568ac; border-left: 5px solid #0EB9AB;}

/*
 All menu items (<li> tags) are relatively positioned to correctly offset their submenus.
 They have borders that are slightly overlaid on one another to avoid doubling up.
*/
.menulist2 li {
	position: relative;
	margin-bottom: -1px;
	
}
.menulist2 ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}

/* Links inside the menu */
.menulist2 a {
	display: block;
	padding: 2px 3px 2px 7px;
	color: #05477C;
	text-decoration: none;
	font-size: 0.85em;
	font-weight: bold;
	}

/*
 List items: 'hover' is mouseover, 'highlighted' are parent items to visible menus.
*/
.menulist2 a:hover, .menulist2 a.highlighted, .menulist2 a:focus {
 color: #FFF;
 background-color: #1568ac;
 border-left: 5px solid red;
}


	
.menulist2 a.highlighted {
	color: #fff;
	background-color: #1568ac;
border-left: 5px solid red;
	
}


	



/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulist2 a .subind {
 float: right; padding-right: 3px; 
}

/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist2 li {
 float: left;
 width: 100%;
}

* html .menulist2 li {
 float: left;
 height: 1%;
}
* html .menulist2 a {
 height: 1%;
}
/* End Hacks */




/* All <ul> tags in the menu including the first level */
.menulist3, .menulist3 ul {
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 width: 194px;
 list-style: none;

}

/*
 Submenus (<ul> tags) are hidden and absolutely positioned across from their parent.
 They don't *have* to touch their parent menus, but is' a good idea as CSS-only fallback
 mode requires menus to touch/overlap (when JS is disabled in the browser).
*/
.menulist3 ul {
 display: none;
 position: absolute;
 top: 0px;
 left: 168px;
 width: 215px;
 border-top: 1px solid #1568ac;
 
}

.menulist3 ul li a{background-color: #1568ac; color: #fff; border-left: 5px solid red; border-right: 1px solid #1568ac;}

.menulist3 ul li a:hover {background-color: #fff; color: #1568ac; border-left: 5px solid #0EB9AB;}

/*
 All menu items (<li> tags) are relatively positioned to correctly offset their submenus.
 They have borders that are slightly overlaid on one another to avoid doubling up.
*/
.menulist3 li {
	position: relative;
	margin-bottom: -1px;
	
}
.menulist3 ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}

/* Links inside the menu */
.menulist3 a {
	display: block;
	padding: 2px 3px 2px 7px;
	color: #05477C;
	text-decoration: none;
	font-size: 0.85em;
	font-weight: bold;
	}

/*
 List items: 'hover' is mouseover, 'highlighted' are parent items to visible menus.
*/
.menulist3 a:hover, .menulist2 a.highlighted, .menulist2 a:focus {
 color: #FFF;
 background-color: #1568ac;
 border-left: 5px solid red;
}


	
.menulist3 a.highlighted {
	color: #fff;
	background-color: #1568ac;
border-left: 5px solid red;
	
}


	



/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulist2 a .subind {
 float: right; padding-right: 3px; 
}

/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist3 li {
 float: left;
 width: 100%;
}

* html .menulist3 li {
 float: left;
 height: 1%;
}
* html .menulist3 a {
 height: 1%;
}
/* End Hacks */




